- call function
- Сотовая связь: функция вызова
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Function overloading — or method overloading is a feature found in various programming languages such as Ada, C#, VB.NET, C++, D and Java that allows the creation of several methods with the same name which differ from each other in terms of the type of the input and… … Wikipedia
Call of Cthulhu Collectible Card Game — Designer(s) Eric M. Lang Publisher(s) Fantasy Flight Games Players 2 or more Age range 14+ Setup time < 2 minutes Playing time … Wikipedia
Call capture — is a term used to describe a telephone based technology that captures personal data from persons who call a properly provisioned number. After the call is placed, the system notifies a client of the name, phone number and address of the person… … Wikipedia
Call For Action — is the name given to telephone help lines maintained by many radio stations in the United States, beginning in the 1960s and 1970s.The lines serve as a kind of ombudsman or public service function; callers would contact the station via a special… … Wikipedia
Call stack — In computer science, a call stack is a stack data structure that stores information about the active subroutines of a computer program. This kind of stack is also known as an execution stack, control stack, run time stack, or machine stack, and… … Wikipedia
Function object — A function object, also called a functor or functional, is a computer programming construct allowing an object to be invoked or called as if it were an ordinary function, usually with the same syntax.Function objects are unrelated to functors in… … Wikipedia
Call-with-current-continuation — In computer programming, the function call with current continuation, commonly abbreviated call/cc, is a control operator that originated in its current form in the Scheme programming language and now exists in several other programming languages … Wikipedia
Function (mathematics) — f(x) redirects here. For the band, see f(x) (band). Graph of example function, In mathematics, a function associates one quantity, the a … Wikipedia
Function pointer — A function pointer is a type of pointer in C, C++, D, and other C like programming languages, and Fortran 2003.[1] When dereferenced, a function pointer can be used to invoke a function and pass it arguments just like a normal function. In… … Wikipedia
Function key — A function key is a key on a computer or terminal keyboard which can be programmed so as to cause an operating system command interpreter or application program to perform certain actions. On some keyboards/computers, function keys may have… … Wikipedia
Call site — In programming, a call site of a function is a line in the code which calls (or may call, through dynamic dispatch) a function. A call site passes zero or more arguments to the function, and receives zero or more return values.Example // this is… … Wikipedia